home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Programming / GedEiffel / Install.bat < prev    next >
DOS Batch File  |  1999-01-24  |  428b  |  14 lines

  1. ; install new presets
  2.  
  3. INSTALL PRESET="presets/eiffel.gadgets"
  4. INSTALL PRESET="presets/eiffel.mouse"
  5. INSTALL PRESET="presets/eiffel.syntax"
  6. INSTALL PRESET="presets/eiffel.templates"
  7.  
  8. ; install new filetype
  9.  
  10. FILETYPE ADD="(#?.e)" PRI=127 PRESETS "eiffel.gadgets" "eiffel.mouse" "eiffel.syntax" "eiffel.templates"
  11.  
  12. ; Below message is shown in the installer window anyway
  13. ; INFO MSG="Installation complete, please RESTART GoldED."
  14.